slovodefinícia
garbage collection
(encz)
garbage collection, n:
garbage collection
(wn)
garbage collection
n 1: the collection and removal of garbage [syn: {garbage
collection}, garbage pickup, trash collection, {trash
pickup}]
garbage collection
(foldoc)
garbage collection
garbage collect

(GC) The process by which dynamically allocated
storage is reclaimed during the execution of a program. The
term usually refers to automatic periodic storage reclamation
by the garbage collector (part of the run-time system), as
opposed to explicit code to free specific blocks of memory.

Automatic garbage collection is usually triggered during
memory allocation when the amount free memory falls below some
threshold or after a certain number of allocations. Normal
execution is suspended and the garbage collector is run.
There are many variations on this basic scheme.

Languages like Lisp represent expressions as graphs built
from cells which contain pointers and data. These languages
use automatic dynamic storage allocation to build
expressions. During the evaluation of an expression it is
necessary to reclaim space which is used by subexpressions but
which is no longer pointed to by anything. This reclaimed
memory is returned to the free memory pool for subsequent
reallocation.

Without garbage collection the program's memory requirements
would increase monotonically throughout execution, possibly
exceeding system limits on virtual memory size.

The three main methods are mark-sweep garbage collection,
reference counting and copying garbage collection.

See also the AI koan about garbage collection.

(1997-08-25)
podobné slovodefinícia
copying garbage collection
(foldoc)
copying garbage collection

A garbage collection method where memory is divided
into two equal
halves, known as the "from space" and "to space". Garbage collection
copies
active cells from the from space to the to space and leaves behind an
invisible
pointer (an "indirection") from the old position to the new copy.
Once all
active cells have been copied in one direction, the spaces are
swapped and the
process repeated in the opposite direction.

(2022-10-30)
mark-sweep garbage collection
(foldoc)
mark-sweep garbage collection

Each cell has a bit reserved for marking which is clear
initially. During garbage collection all active cells are
traced from the root and marked. Then all cells are examined.
Unmarked cells are freed.

Nenašli ste slovo čo ste hľadali ? Doplňte ho do slovníka.

na vytvorenie tejto webstránky bol pužitý dictd server s dátami z sk-spell.sk.cx a z iných voľne dostupných dictd databáz. Ak máte klienta na dictd protokol (napríklad kdict), použite zdroj slovnik.iz.sk a port 2628.

online slovník, sk-spell - slovníkové dáta, IZ Bratislava, Malé Karpaty - turistika, Michal Páleník, správy, údaje o okresoch V4